YNQ  YNQ-1.6.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
CCFileInfo_t Struct Reference

#include <ccapi.h>

Data Fields

NQ_UINT32 creationTimeLow
 
NQ_UINT32 creationTimeHigh
 
NQ_UINT32 lastAccessTimeLow
 
NQ_UINT32 lastAccessTimeHigh
 
NQ_UINT32 lastWriteTimeLow
 
NQ_UINT32 lastWriteTimeHigh
 
NQ_UINT32 attributes
 
NQ_UINT32 volumeSerialNumber
 
NQ_UINT32 allocationSizeLow
 
NQ_UINT32 allocationSizeHigh
 
NQ_UINT32 fileSizeLow
 
NQ_UINT32 fileSizeHigh
 
NQ_UINT32 numberOfLinks
 
NQ_UINT32 fileIndexLow
 
NQ_UINT32 fileIndexHigh
 

Detailed Description

This structure is used when calling File Information related CIFS Client API calls, it is used by ccGetFileInformationByNameA() for backward compatibility.

Field Documentation

NQ_UINT32 CCFileInfo_t::creationTimeLow

low 32 bits of file creation time

NQ_UINT32 CCFileInfo_t::creationTimeHigh

high 32 bits of file creation time

NQ_UINT32 CCFileInfo_t::lastAccessTimeLow

low 32 bits of file last access time

NQ_UINT32 CCFileInfo_t::lastAccessTimeHigh

high 32 bits of file last access time

NQ_UINT32 CCFileInfo_t::lastWriteTimeLow

low 32 bits of file last write time

NQ_UINT32 CCFileInfo_t::lastWriteTimeHigh

high 32 bits of file last write time

NQ_UINT32 CCFileInfo_t::attributes

file attributes as defined in File Attributes module

NQ_UINT32 CCFileInfo_t::volumeSerialNumber

volume serial number

NQ_UINT32 CCFileInfo_t::allocationSizeLow

low 32 bits of file allocation size

NQ_UINT32 CCFileInfo_t::allocationSizeHigh

high 32 bits of file allocation size

NQ_UINT32 CCFileInfo_t::fileSizeLow

low 32 bits of file data size

NQ_UINT32 CCFileInfo_t::fileSizeHigh

high 32 bits of file data size

NQ_UINT32 CCFileInfo_t::numberOfLinks

number of hard links to this file

NQ_UINT32 CCFileInfo_t::fileIndexLow

low 32 bits of file ID (always zero)

NQ_UINT32 CCFileInfo_t::fileIndexHigh

high 32 bits of file ID (always zero)


The documentation for this struct was generated from the following file: